home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / setup6.zip / BINK-DIR.ZIP / BINKLEY.CFG < prev    next >
Text File  |  1989-03-11  |  15KB  |  308 lines

  1. ;******************************************************************************
  2. ;* Additional comments added as part of Netmail setup docs are identified with*
  3. ;* a block of **** around the comments. You may leave these comments in.      *
  4. ;*                      SETUP version 6 -  3/15/89                            *
  5. ;******************************************************************************
  6. ; ----------------------------------------------------------------------------
  7. ; BINKLEY.CFG - Configuration File for BinkleyTerm 2.00
  8. ; ----------------------------------------------------------------------------
  9. ;
  10. ; ----------------------------------------------------------------------------
  11. ; All configuration options are explained in detail in the Reference 
  12. ; Guide section, "Configuration File."  
  13. ; ----------------------------------------------------------------------------
  14. ;
  15. ; ----------------------------------------------------------------------------
  16. ; The following applies to all BinkleyTerm installations:
  17. ; ----------------------------------------------------------------------------
  18. ;
  19. ; Port        The desired FOSSIL port to use, normally 1=COM1: and 2=COM2:
  20. ; Baud        Maximum baud rate (300,1200,2400,4800,9600,19200,38400)
  21. ; Carrier     Your carrier mask in hex (usually 80)
  22. ; Init        Initialization string for your modem
  23. ; Prefix      Your modem's dial prefix (ATDT or ATDP)
  24. ; Suffix      Your modem's dial suffix (if you need one, normally not)
  25. ; Busy        What BinkleyTerm sends to the modem while doing other things
  26. ; Answer      Use when modem isn't set to auto-answer, string to send to answer
  27. ; Protocol    To use an Opus-CBCS style external protocol for Terminal Mode
  28. ; StatusLog   Path/filename of the desired log file, if any
  29. ; Downloads   Path to put downloaded files into
  30. ; CaptureFile Designates file to use with Alt-L session logging feature
  31. ; LogLevel    Amount of logging desired, 1-5 (1=minimal, 5=maximal)
  32. ; Gong        Gong on successful connection or file transfer in terminal mode
  33. ; Rev3        Forces BinkleyTerm to assume Revision 3 FOSSIL driver
  34. ; SlowModem   Add 1/10th second delay between modem command characters
  35. ; LockBaud    This statement is obsolete - lock your FOSSIL baud rate instead!
  36. ; AutoBaud    Always dial at baud rate listed above instead of nodelist rate
  37. ; TaskView    Tells BinkleyTerm to release time slice on TaskView systems
  38. ; TopView     Tells BinkleyTerm to release time slice on TopView systems
  39. ; MultiLink   Tells BinkleyTerm to release time slice on MultiLink systems
  40. ; Macro       Sends string over the line in Terminal Mode (Alt-F1 thru Alt-F9)
  41. ; Include     Designates name of file with additional configuration statements
  42. ; Application Ignored by BinkleyTerm, may be used by other applications
  43. ;
  44. ; ----------------------------------------------------------------------------
  45. ;******************************************************************************
  46. ;* Whatever COM Port you are using add below.                                 *
  47. ;******************************************************************************
  48. Port      1
  49. ;******************************************************************************
  50. ;* Set Baud to MAXIMUM rate that your modem is capable of producing. If you   *
  51. ;* have an HST and have installed NS16550AN UART chips, set Baud to 19200.    *
  52. ;* NOTE: You will have to lock the FOSSIL if set to 19200. This setup is for  *
  53. ;* a U.S. Robotics HST Modem.                                                 *
  54. ;******************************************************************************
  55. ;
  56. Baud      9600
  57. Carrier   80
  58. ; NOTE!  Refer to BT_REF.DOC for dial translation characters
  59. Init      |~ATZ|
  60. Prefix    |ATDT
  61. ; Suffix
  62. Busy      |ATM0H1|
  63. ; WARNING!  Refer to BT_REF.DOC for details about 'Answer' statement!
  64. Answer    ATA|
  65. ;
  66. ;******************************************************************************
  67. ;* Set path to DSZ program if you want to use an External Protocol            *
  68. ;* These are for TERMINAL mode and NOT for MAIL operations.                   *
  69. ;******************************************************************************
  70. ;
  71. Protocol     c:\dsz.com
  72. ;
  73. StatusLog    c:\binkley\binkley.log
  74. Downloads    c:\binkley\files\
  75. CaptureFile  c:\binkley\session.log
  76. LogLevel 5
  77. Gong
  78. ; Rev3
  79. ; SlowModem
  80. ; LockBaud
  81. AutoBaud
  82. ; TaskView
  83. ; TopView
  84. ; MultiLink
  85. ; NOTE!  In the next statement, Alt-F1 would send "Name" + carriage return 
  86. ; Macro 1 Name| 
  87. ; NOTE!  In the next statement, Alt-F2 would send "Password" + carriage return
  88. ; Macro 2 Password| 
  89. ; Include suplmnt.cfg
  90. ;
  91. ;******************************************************************************
  92. ;* If using Amax this will provide the proper parameter to bring it up with an*
  93. ;* ALT-F2 command. The use of AMAX is HIGHLY recommended!                     *
  94. ;******************************************************************************
  95. ;
  96. Application Amax Direct
  97. Application SMLNET LOCAL
  98. ;
  99. ; ----------------------------------------------------------------------------
  100. ; In addition to the above, if you intend to run BinkleyTerm for point
  101. ; operation or mail interface operation, the following also apply:
  102. ; ----------------------------------------------------------------------------
  103. ;
  104. ; System        Name of your system (if mail interface, BBS name)
  105. ; Sysop         Your name
  106. ; Zone          Zone you and/or your Boss are located in
  107. ; NoZones       Causes zone support to be turned off, as in BT 1.50 and ealier
  108. ; PrivateNet    Designates private network number (for use on host system)
  109. ; Boss          Net/Node of your Boss (if NOT a point, then your node address)
  110. ; BossPhone     Phone number for your Boss (override nodelist)
  111. ; BossPwd       Password for use during Boss mail sessions (overrides nodelist)
  112. ; Point         Net/Node of your Point (if NOT a point, then your node address)
  113. ; NetMail       Location of your "Matrix" message area
  114. ; NetFile       Location of your inbound network files area
  115. ; Hold          Location of your outbound hold area
  116. ; Nodelist      Where your system stores its nodelist files
  117. ; NewNodelist   Tells BinkleyTerm to expect "new format" Opus-style nodelist
  118. ; QuickNodelist Use QuickBBS 2.01 nodelist as compiled by ParseLst
  119. ; TBBSList      Use TBBS nodelist as compiled by ParseLst
  120. ; Dial          Dial translation entries (refer to docs for details)
  121. ; ScriptPath    Designates directory to find outward dialing scripts
  122. ; Reader        Command line to invoke reader/editor with Alt-E command
  123. ; Overwrite     Allows overwriting of existing inbound files of the same name
  124. ;                  (ARCmail files excepted)
  125. ; Unattended    Makes BinkleyTerm always start-up in unattended (mailer) mode
  126. ; NoFullScreen  Forces BinkleyTerm to not use the fancy full screen mode
  127. ; BoxType       Designates type of boxes to draw for windowed interface
  128. ; Colors        For windowed interface, gives screen color attributes
  129. ; CursorCol     Gives screen column number for cursor "resting place"
  130. ; CursorRow     Gives screen row number for cursor "resting place"
  131. ; NoSlo         Tells BinkleyTerm not to use SEAlink Overdrive
  132. ; SmallWindow   Reduces "run ahead" during LoTek transfers (for hi-speed modems)
  133. ; Aka           Identify alias node address, primarily for hubs and hosts
  134. ; Okfile        (Unknown) List of files okay for file request (for Binkley)
  135. ; Avail         (Unknown) List of files okay for file request (for humans)
  136. ; About         (Unknown) Your system's advertisement
  137. ; MaxReq        (Unknown) Maximum files to be sent during any one f'req session
  138. ; KnownReqList  (Known) List of files okay for file request (for Binkley)
  139. ; KnownAvail    (Known) List of files okay for file request (for humans)
  140. ; KnownAbout    (Known) Your system's advertisement
  141. ; KnownReqLim   (Known) Maximum files to be sent during any one f'req session
  142. ; ProtReqList   (Protected) List of files okay for file request (for Binkley)
  143. ; ProtAvail     (Protected) List of files okay for file request (for humans) 
  144. ; ProtAbout     (Protected) Your system's advertisement
  145. ; ProtReqLim    (Protected) Maximum files to be sent during any one f'req sess
  146. ; NoRequests    Makes your system refuse any and all file requests
  147. ; ReqOnUs       Whether to send inbound F Reqs when you initiate the call
  148. ; NoPickup      Tells BinkleyTerm to send mail during a session and not take any
  149. ; SameRing      For modems that use RING reponse on inbound and outbound calls
  150. ; NoCollide     Disables call collision detection for modems that hate it
  151. ; Shell         DOS Shells...jumps to DOS, issues command (Alt-F1 thru Alt-F9)
  152. ; Timeout       How long to wait for mail before assuming a human caller
  153. ; Banner        Line displayed when someone calls
  154. ; BBSNote       String to send to callers after they press Escape
  155. ; DoingMail     String to send to callers during non-BBS events
  156. ; EnterBBS      String to send to callers to prompt for input to access BBS
  157. ; ExtrnMail     Designates errorlevel exit and string to match for external
  158. ;                  mailer or user-selected BBS functionality
  159. ; MailNote      String to send when external mail handler is being loaded
  160. ; BBS           Type of exit to the BBS to make when someone calls
  161. ; AfterMail     Program or batch file invoked after receiving mail to process
  162. ; Cleanup       Program or batch file invoked once before each scheduled event
  163. ; Packer        Program or batch file invoked once just after 'Cleanup' is run
  164. ; Event         NOTE!  These statements are now contained in BINKLEY.EVT!
  165. ;
  166. ; ----------------------------------------------------------------------------
  167. ;*************************************************************************
  168. ;* Update with your System Name, Sysop Name and Net/Node ID. RBBS-Net is *
  169. ;* zone 8.                                                               *
  170. ;*************************************************************************
  171. ;
  172. System    *************
  173. Sysop     *************
  174. Zone      
  175. ; NOZones
  176. ; PrivateNet 9999
  177. ;
  178. ;*************************************************************************
  179. ;* Unless you are operating as a POINT, put YOUR own Net/Node number in  *
  180. ;* BOSS and POINT.                                                       *
  181. ;*************************************************************************
  182. ;
  183. Boss      ***/*
  184. BossPhone 
  185. BossPwd   
  186. Point     ***/*
  187. NetMail   c:\binkley\messages\
  188. NetFile   c:\binkley\files
  189. Hold      c:\binkley\outbound\
  190. Nodelist  c:\binkley\
  191. NewNodelist
  192. ; QuickNodelist
  193. ; TBBSList
  194. ;
  195. ; Dial 1-404- "GA_PCP.SCR"404/     ; Example of dial translation
  196. ; Dial 1-603-888 888/              ; Example of dial translation
  197. ; ScriptPath c:\binkley\scripts\
  198. ;
  199. ;* Update the next line depending on what LOCAL Reader/Editor you use. Comment
  200. ; it out if you don't plan to use one.
  201. ;
  202. ;Reader C:\NED\NED
  203. ;
  204. ; Overwrite
  205. Unattended
  206. ; NoFullScreen
  207. BoxType 3
  208. Colors 47 13 12 14 11 31
  209. ; CursorCol 1
  210. ; CursorRow 1
  211. ; NoSlo
  212. ; SmallWindow
  213. ;
  214. ;* If you have multiple IDs, add them in the following lines, up to 10.  If not
  215. ;* then leave commented out.
  216. ;
  217. ;Aka 930/0
  218. ;Aka 930/2
  219. ;
  220. ;*************************************************************************
  221. ;* You will have to create the OKFILE.LST, ABOUT_BT.DOC and FILELIST.ARC *
  222. ;* A sample of each is included in these docs.                           *
  223. ;*************************************************************************
  224. ;
  225. Okfile     c:\binkley\okfile.lst
  226. Avail      c:\binkley\filelist.arc
  227. About      c:\binkley\about_bt.doc
  228. MaxReq     5
  229. ;
  230. ;*************************************************************************
  231. ;* If you want to restrict File requests to ONLY nodes in your nodelist, *
  232. ;* remove the commenting in the next 4 lines.                            *
  233. ;*************************************************************************
  234. ;
  235. ; KnownReqList  c:\binkley\okfile.lst
  236. ; KnownAvail    c:\binkley\filelist.arc
  237. ; KnownAbout    c:\binkley\about_bt.doc
  238. ; KnownReqLim   5
  239. ;
  240. ;*************************************************************************
  241. ;* If you want to restrict file request to ONLY those who know a password*
  242. ;* remove the commenting in the next 4 lines.                            *
  243. ;*************************************************************************
  244. ;
  245. ; ProtReqList   c:\binkley\okfile.lst
  246. ; ProtAvail     c:\binkley\filelist.arc
  247. ; ProtAbout     c:\binkley\about_bt.doc
  248. ; ProtReqLim    15
  249. ;
  250. ;*************************************************************************
  251. ;* If you don't want to allow other Mailers to request files, remove the *
  252. ;* commenting for NoRequests.                                            *
  253. ;*************************************************************************
  254. ;
  255. ; NoRequests
  256. ;
  257. ; ReqOnUs
  258. ; NoPickup
  259. ; SameRing
  260. ; NoCollide
  261. ;*************************************************************************
  262. ;* This would allow the SmlNet door to be run locally by hitting ALT F1  *
  263. ;*************************************************************************
  264. ;
  265. Shell 1 SMLNET     ; Alt-F1 would send "SMLNET" to COMMAND.COM
  266. ;
  267. ;*************************************************************************
  268. ;* If you have AMAX setup, then pressing ALT-F2 will activate it.        *
  269. ;*************************************************************************
  270. ;
  271. Shell 2 Amax        ; Alt-F2 would send "Amax" to COMMAND.COM
  272. ;
  273. Timeout 45
  274. ;
  275. ;*************************************************************************
  276. ;* Put your own similar notices below.                                   *
  277. ;*************************************************************************
  278. ;
  279. Banner Welcome to Horizon RBBS - Host for Texas RBBS Netmail
  280. BBSNote Thank you.  Now loading BBS.  Please wait... May take 30 seconds....
  281. DoingMail Sorry, we're doing Mail processing. Call NODE 2 at (214)424-3831
  282. EnterBBS Please press your Escape key to enter the BBS, or wait a few moments.
  283. ; ExtrnMail 140 Gimme UUCP
  284. ; ExtrnMail 150 Gimme WidgetLink
  285. ; MailNote  Now loading UUCP...please wait...
  286. ; BBS Exit
  287. ; BBS Spawn
  288. ;
  289. ;*************************************************************************
  290. ;* BBSBatch is the preferred method to load the BBS from Binkley.  It    *
  291. ;* creates a file called BBSBatch.bat that contains parameters with the  *
  292. ;* Callers baud rate, comm port, the time remaining until the next event,*
  293. ;* and if its an ARQ RELIABLE connection.  This gets passed to           *
  294. ;* SPAWNBBS.BAT which loads the RBBS.BAT (or whatever you use).          *
  295. ;*************************************************************************
  296. ;
  297. BBS Batch
  298. ;
  299. ; AfterMail   Unpack.Bat
  300. ; CleanUp     Scrub.Bat
  301. ; Packer      Pack.Bat
  302. ;
  303. ; ----------------------------------------------------------------------------
  304. ; Please refer to the documentation for more details on BinkleyTerm set-up...
  305. ; That's why there's documentation included in the package.  
  306. ; ----------------------------------------------------------------------------
  307. ;
  308.